home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / security / htdocs / head.php < prev    next >
Text File  |  2005-12-04  |  1KB  |  35 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.     "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.     <head>
  5.         <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
  6.         <link href="xampp.css" rel="stylesheet" type="text/css">
  7.         <title></title>
  8.     </head>
  9.  
  10.     <body style="background: #ffffff; margin-top: 8px; margin-left: 8px;">
  11.  
  12.         <table cellpadding="0" cellspacing="0" border="0">
  13.             <tr>
  14.                 <td><img src="img/blank.gif" alt="" width="111" height="1"></td>
  15.                 <?php if (file_get_contents("lang.tmp") == "de") { ?>
  16.                     <td><a target="content" href="http://www.apachefriends.org/xampp.html"><img border="0" src="img/logo-small.gif" alt=""></a></td>
  17.                 <?php } else { ?>
  18.                     <td><a target="content" href="http://www.apachefriends.org/xampp-en.html"><img border="0" src="img/logo-small.gif" alt=""></a></td>
  19.                 <?php } ?>
  20.                 <td><img src="img/blank.gif" alt="" width="10" height="1"></td>
  21.                 <td><img src="img/head-xampp.gif" alt=""></td>
  22.                 <td><img src="img/blank.gif" alt="" width="10" height="1"></td>
  23.                 <?php if (file_get_contents("lang.tmp") == "de") { ?>
  24.                     <td><img src="img/head-fuer.gif" alt=""></td>
  25.                 <?php } else { ?>
  26.                     <td><img src="img/head-for.gif" alt=""></td>
  27.                 <?php } ?>
  28.                 <td><img src="img/blank.gif" alt="" width="10" height="1"></td>
  29.                 <td><img src="img/head-windows.gif" alt=""></td>
  30.             </tr>
  31.         </table>
  32.  
  33.     </body>
  34. </html>
  35.